type runtime.pMask
8 uses
runtime (current package)
proc.go#L3729: func checkRunqsNoP(allpSnapshot []*p, idlepMaskSnapshot pMask) *p {
proc.go#L3751: func checkTimersNoP(allpSnapshot []*p, timerpMaskSnapshot pMask, pollUntil int64) int64 {
proc.go#L6558: type pMask []uint32
proc.go#L6561: func (p pMask) read(id uint32) bool {
proc.go#L6568: func (p pMask) set(id int32) {
proc.go#L6575: func (p pMask) clear(id int32) {
runtime2.go#L1207: idlepMask pMask
runtime2.go#L1235: timerpMask pMask
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |